﻿#banner-cont-info {
    height: 100%;
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 5%;
}

#banner-img-logo {
    width: 60%;
}

#banner-desc {
    font-family: "Mohr-Mediumlt";
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.historia {
    padding: 3%;
}

#contentStory {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.content_poli2 div {
    font-size: 16px;
    color: #707070;
    font-family: "Mohr-Medium";
    line-height: 21px;
    position: relative;
}

.txt-title-green {
    margin: 0;
    color: #00bf44;
    text-align: left;
    font-size: 65px;
    font-family: "Mohr-LighIt";
}

.txt-title-blue {
    margin: 0;
    color: #021f59;
    text-align: center;
    font-size: 82px;
    font-family: "Mohr-BlackIt";
}

.historia .txt-title-blue {
    text-align: left;
}

.sub-title-acoes {
    font-family: "Mohr-Medium";
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #707070;
    padding: 0px 380px 0px 290px;
}

div.slider-arrow {
    position: absolute;
    top: 50%;
    height: 36px;
    margin-top: -18px;
    color: #021f59;
    line-height: 36px;
    font-size: 28px;
    cursor: pointer;
    z-index: 10;
    /* border: 1px solid #021f59; */
    border-radius: 50px;
    padding: 10px 14px 10px 22px;

}

div.slider-prev {
    left: 2%;
}

div.slider-next {
    right: 2%;
}

.slider-prev.slick-disabled,
.slider-next.slick-disabled {
    display: none !important;
}

#contentAct {
    background-color: #f5f5f5;
    padding: 3% 0;
}

#contentAct .card-title {
    color: #021f59;
    font-size: 20px;
    font-family: "Mohr-Bold";
    line-height: 1.5;
    letter-spacing: -0.42px;
    position: relative;
    text-align: left;
}

#contentAct .card-text div {
    text-align: left;
    font-size: 15px;
    color: #707070;
    font-family: "Mohr-Medium";
    line-height: 22px;
}

#contentAct .img-fluid {
    width: auto;
    height: auto;
}

.card {
    width: 90%;
    margin: auto;
    height: auto;
    min-height: 480px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

.card-desc::before {
    content: "";
    background-image: url(../images/aspas-bottom.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 80px;
    height: 63px;
    right: 30px;
    bottom: 20px;
}

.card-desc::after {
    content: "";
    background-image: url(../images/aspas-top.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 80px;
    height: 63px;
    left: 30px;
    top: 70px;
}

.img-fluid {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.card-text {
    text-align: left;
    font-size: 15px;
    color: #707070;
    font-family: "Mohr-Medium";
    line-height: 22px;
}

.text-center {
    border-radius: 6px;
}

.depo .card-title {
    color: #ffff;
    font-size: 21px;
    font-family: "Mohr-Bold";
    letter-spacing: -0.42px;
    position: relative;
    text-align: center;

}

.fa-angle-left:before {
    content: "\f104";
    right: 37%;
    position: relative;
}

.fa-angle-right:before {
    content: "\f105";
    position: relative;
    right: 23%;
}

#imgStory {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.imglado {
    width: 25.75rem;
    height: 14.375rem;
    border-radius: 6px;
}

.img2 {
    transform: translate(50%, -15%);
}

.img3 {
    transform: translate(-15%, -30%);
}

.depo {
    padding: 65px 35px;
}

.bio {
    position: relative;
    width: 100%;
    border-radius: 6px;
    padding: 30px;
    margin: 30px auto 0px;
    background-color: #021f59;
    transition: all 500ms ease-in-out;
}

.bio:hover {
    transform: scale(1.05);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.photo-autor {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    top: -40px;
    background-size: cover;
    background-position: center;
    position: absolute;
}

.bio .sub-card {
    font-family: "Mohr-Mediumlt";
    font-size: 18px;
    letter-spacing: -0.36px;
    color: #00bf44;
    text-align: center;
}

.bio div,
.bio span,
.bio p {
    font-family: "Mohr-RegularIt";
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    color: #fff;
}

.sub-contato * {
    display: block;
    width: 100%;
    margin: 0px;
    color: #707070;
    text-align: left;
    font-size: 16px;
    font-family: "Mohr-Medium";
}

.sub-contato {
    margin: 25px 0;
}

.col_canais {
    padding: 8%;
}

.col_canais .sub-contato *{
    text-align: center;
}

.doacoes {
    background-color: #f5f5f5;

}

#contentCanais .sub-contato div {
    text-align: center;
}

#contentCanais .sub-contato {
    margin: auto;
}

@media screen and (max-width:1440px) {
    #imgStory {
        align-items: center;
    }

    .card {
        min-height: 400px;
    }
}

@media screen and (max-width: 1366px) {
    .img2 {
        transform: translate(40%, -15%);
    }
}

@media screen and (max-width: 1280px) {
    .img2 {
        transform: translate(30%, -15%);
    }
}

@media screen and (max-width: 1024px) {
    .txt-title-green {
        margin: auto;
    }

    .txt-title-blue {
        margin: auto;
    }
}

@media screen and (max-width: 991px) {
    .bio {
        width: 412px;
        height: auto;
        margin: 20px auto;
        padding: 50px;
    }

    .bio .card-desc * {
        text-align: justify;
    }
}

@media  screen and (max-width: 800px) {
    .txt-title-green {
        font-size: 60px;
    }

    .txt-title-blue {
        font-size: 75px;
    }

    .sub-contato * {
        text-align: justify;
    }
}

@media screen and (max-width:720px) {
    .col_canais {
        padding: 8% 0%;
    }

}

@media screen and (max-width: 600px) {
    .imglado {
        width: 19rem;
        height: auto;
    }
}

@media screen and (max-width: 540px) {
    .txt-title-green {
        font-size: 50px;
    }

    .txt-title-blue {
        font-size: 65px;
    }

    #contentCanais {
        padding: 0px 10%;
    }
}

@media screen and (max-width: 480px) {
    .txt-title-green {
        font-size: 40px;
    }

    .txt-title-blue {
        font-size: 55px;
    }

    .historia .sub-contato {
        margin-top: 0px;
    }

    .sub-contato * {
        font-size: 14px;
    }

    .imglado {
        width: 15rem;
    }

    div.slider-arrow {
        top: 67%;
    }

    .bio {
        width: 315px;
        padding: 20px;
    }
}

@media screen and (max-width: 400px) {
    .txt-title-green {
        font-size: 30px;
    }

    .txt-title-blue {
        font-size: 45px;
    }

    .imglado {
        width: 12rem;
    } 
}

@media screen and (max-width:320px) {
    .content_poli {
        font-size: 13px;
    }

    .txt-title-green {
        font-size: 36px;
        margin-top: 1.875rem;
    }

    .txt-title-blue {
        font-size: 40px;
        line-height: 35px;
    }

    #contentAct .card-title {
        font-size: 19px;
    }

    .title-depoimeno {
        font-size: 40px;
    }

    .bio {
        width: 260px;
    }
}